about summary refs log tree commit diff
path: root/src/test/run-make/graphviz-flowgraph/f09.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/graphviz-flowgraph/f09.rs')
-rw-r--r--src/test/run-make/graphviz-flowgraph/f09.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/run-make/graphviz-flowgraph/f09.rs b/src/test/run-make/graphviz-flowgraph/f09.rs
index cfe5f4f37d6..184772e7d51 100644
--- a/src/test/run-make/graphviz-flowgraph/f09.rs
+++ b/src/test/run-make/graphviz-flowgraph/f09.rs
@@ -9,10 +9,10 @@
 // except according to those terms.
 
 pub fn expr_if_twoarm_9() {
-    let x = 91i; let _y;
-    if x > 92i {
-        _y = 93i;
+    let x = 91is; let _y;
+    if x > 92is {
+        _y = 93is;
     } else {
-        _y = 94i+95i;
+        _y = 94is+95is;
     }
 }