aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-03 18:05:29 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-03 18:05:29 +0000
commit0a62984eab0ab25ed0d0d974e6753a75447e404e (patch)
treefbd3606a973f87e5fc5dd17f76b7134ea09402ce
parent9cfdae3144fc004cf203b05288f4dab49097ce7b (diff)
I've had too much to drink, apparently.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132566 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaCXX/default-arg-special-member.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/default-arg-special-member.cpp b/test/SemaCXX/default-arg-special-member.cpp
index 015ea3d7f7..8402d3829d 100644
--- a/test/SemaCXX/default-arg-special-member.cpp
+++ b/test/SemaCXX/default-arg-special-member.cpp
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-// RUM: %clang_cc1 -Wno-default-arg-special-member -Werror -fsyntax-only %s
+// RUN: %clang_cc1 -Wno-default-arg-special-member -Werror -fsyntax-only %s
class foo {
foo(foo&, int); // expected-note {{was not a special member function}}