about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/SELinux/SELinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/POSIX/SELinux/SELinux.c')
-rw-r--r--test/Runtime/POSIX/SELinux/SELinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/SELinux/SELinux.c b/test/Runtime/POSIX/SELinux/SELinux.c
index 21bebc4d..d3a73e72 100644
--- a/test/Runtime/POSIX/SELinux/SELinux.c
+++ b/test/Runtime/POSIX/SELinux/SELinux.c
@@ -1,5 +1,5 @@
 /* Very basic test, as right now SELinux support is extremely basic */
-// RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
+// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --posix-runtime --exit-on-error %t1.bc --sym-arg 2 > %t.log
 // XFAIL: no-selinux