Skip to content

Commit b060663

Browse files
committed
tests: fix -Zunstable-options bug in split-debuginfo
1 parent 95ba76b commit b060663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/split-debuginfo/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else # Some non-Windows, non-Darwin platforms are not stable, and some are.
4747
# - `.dwo` never created
4848
# - `.dwp` never created
4949
off:
50-
$(RUSTC) foo.rs -g -C $(UNSTABLEOPTS) split-debuginfo=off
50+
$(RUSTC) foo.rs -g $(UNSTABLEOPTS) -C split-debuginfo=off
5151
[ ! -f $(TMPDIR)/*.dwp ]
5252
[ ! -f $(TMPDIR)/*.dwo ]
5353
$(RUSTC) foo.rs -g

0 commit comments

Comments
 (0)