Update test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67392 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Coverage/codegen-next.m b/test/Coverage/codegen-next.m
index 1a3f050..0916e53 100644
--- a/test/Coverage/codegen-next.m
+++ b/test/Coverage/codegen-next.m
@@ -1,7 +1,4 @@
-// RUN: clang -DIRGENABLE -fnext-runtime -emit-llvm -o %t %s &&
-// RUN: clang -DIRGENABLE -g -fnext-runtime -emit-llvm -o %t %s &&
-
-// FIXME: Remove IRGENABLE when possible.
-// RUN: ! clang -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang -g -fnext-runtime -emit-llvm -o %t %s
#include "objc-language-features.inc"