Skip to content

Commit

Permalink
Revert a LIT typo fix in a RUN line
Browse files Browse the repository at this point in the history
Commit 573531f changes the behavior of the test, revert it back.
  • Loading branch information
ecnelises committed Oct 9, 2021
1 parent 8c9f506 commit da0b62d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,9 +8,9 @@
# RUN: -o 'command source %t/foo/magritte.in' \
# RUN: -o 'command source %t/foo/zip.in' \
# RUN: -o 'command source %t/foo/magritte.in' \
# RUN: -o 'zip' \
# RUN; -o 'zip' \
# RUN: -o 'hello'
# RUN: -o 'magritte' 2>&1 | FileCheck %s
# RUN -o 'magritte' 2>&1 | FileCheck %s

# The first time importing 'magritte' fails because we didn't pass -c.
# CHECK: ModuleNotFoundError: No module named 'magritte'
Expand Down

0 comments on commit da0b62d

Please sign in to comment.