diff options
Diffstat (limited to 'test/Other/extract-alias.ll')
-rw-r--r-- | test/Other/extract-alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/extract-alias.ll b/test/Other/extract-alias.ll index d5bab4b3f36b3..d1e4af5456259 100644 --- a/test/Other/extract-alias.ll +++ b/test/Other/extract-alias.ll @@ -1,7 +1,7 @@ ; RUN: llvm-extract -func foo -S < %s | FileCheck %s ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s ; RUN: llvm-extract -alias zeda0 -S < %s | FileCheck --check-prefix=ALIAS %s -; RUN: llvm-extract -ralias .*bar -S < %s | FileCheck --check-prefix=ALIASRE %s +; RUN: llvm-extract -ralias '.*bar' -S < %s | FileCheck --check-prefix=ALIASRE %s ; Both aliases should be converted to declarations ; CHECK: @zeda0 = external global i32 |