Skip to content

Commit 5301dd4

Browse files
committed
---
yaml --- r: 79869 b: refs/heads/master c: 2b9d19d h: refs/heads/master i: 79867: 6a85895 v: v3
1 parent 937200e commit 5301dd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ba5c6c3b0461003aeaadc793022db92c81a22f3e
2+
refs/heads/master: 2b9d19d5b58f87665a5c86f12f4bbd17e6984d6a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
55
refs/heads/try: 71bebebc37fbb229877da88dde13c2f35913bd77

trunk/src/test/auxiliary/struct_variant_xc_aux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
pub enum Enum {
1616
Variant { arg: u8 }
17-
}
17+
}

trunk/src/test/run-pass/struct_variant_xc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ extern mod struct_variant_xc_aux;
1414
use struct_variant_xc_aux::Variant;
1515

1616
fn main() {
17-
let _ = Variant { arg: 1 };
17+
let _ = Variant { arg: 1 };
1818
}

0 commit comments

Comments
 (0)