relax this test to just check that the lock prefix is encoded properly,
[oota-llvm.git] / test / FrontendC++ / 2006-09-27-Debug-Protection.cpp
index 46ffe7c550c76a184a3df152d2ea5ebcab81a4c1..2a70a0f5b45783381a30f31dc5442cc021ddc6cd 100644 (file)
@@ -1,6 +1,5 @@
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,}
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,}
-// XFAIL: *
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 1,}
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 2,}
 class A {
 public:
   int x;