summaryrefslogtreecommitdiffstats
path: root/tests/debuginfo/auxiliary/macro-stepping.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/auxiliary/macro-stepping.rs')
-rw-r--r--tests/debuginfo/auxiliary/macro-stepping.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/auxiliary/macro-stepping.rs b/tests/debuginfo/auxiliary/macro-stepping.rs
index 4447dd22d..ae50e1144 100644
--- a/tests/debuginfo/auxiliary/macro-stepping.rs
+++ b/tests/debuginfo/auxiliary/macro-stepping.rs
@@ -5,6 +5,6 @@
#[macro_export]
macro_rules! new_scope {
() => {
- let x = 1;
+ let x = 1; opaque(x);
}
}