Skip to content

Commit

Permalink
fix: universal check-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed Apr 6, 2024
1 parent 1f88c30 commit ed4f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/version/version-info-flags.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Check that rustc accepts various version info flags.
//@ dont-check-compiler-stdout
//@ revisions: version verbose-version long-verbose-version
//@[version] check-pass
//@ check-pass
//@[version] compile-flags: -V
//@[verbose-version] compile-flags: -vV
//@[long-verbose-verison] compile-flags: --version --verbose
Expand Down

0 comments on commit ed4f17e

Please sign in to comment.