Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / test / FrontendObjC++ / 2010-08-04-Template.mm
index d0383406d7e278cf3204d199a87f66982742d387..2ebfd3e17cefdfdf775e41b5006108103d88d28e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm
+// RUN: %llvmgcc %s -S
 struct TRunSoon {
   template <class P1> static void Post() {}
 };