diff options
Diffstat (limited to 'test/FrontendC++/2003-11-08-ArrayAddress.cpp')
-rw-r--r-- | test/FrontendC++/2003-11-08-ArrayAddress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2003-11-08-ArrayAddress.cpp b/test/FrontendC++/2003-11-08-ArrayAddress.cpp index 9ad1b8f82f..ad02b4a187 100644 --- a/test/FrontendC++/2003-11-08-ArrayAddress.cpp +++ b/test/FrontendC++/2003-11-08-ArrayAddress.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep getelementptr +// RUN: %llvmgxx -xc++ %s -S -o - | grep getelementptr struct foo { int array[100]; |