]> granicus.if.org Git - clang/commitdiff
I've had too much to drink, apparently.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 3 Jun 2011 18:05:29 +0000 (18:05 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 3 Jun 2011 18:05:29 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132566 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/default-arg-special-member.cpp

index 015ea3d7f70d5033ae5f6545a874173f263f046f..8402d3829d7a5660c089e6b4fd44712d60a86e60 100644 (file)
@@ -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}}