From 962f8d5252b3f5ec4d19e0cd2a430934bd55cc6d Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 28 Jun 2015 01:44:30 +0100 Subject: Normalise line endings using a .gitattributes file. Unfortunately this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored. --- Test/test0/Types0.bpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Test/test0/Types0.bpl') diff --git a/Test/test0/Types0.bpl b/Test/test0/Types0.bpl index 62385acf..d606951b 100644 --- a/Test/test0/Types0.bpl +++ b/Test/test0/Types0.bpl @@ -1,10 +1,10 @@ -// RUN: %boogie -noVerify "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -type T, U; -type V; - -function f([U,V]T, int) returns (U); -function g(x: [U,V]T, y: int) returns (z: U); -function h([U,V]T: int, y: int) returns (z: U); // parse error -function k(T: int, y: int) returns (U: [any]int); -function l(x) returns (int); // resolve error +// RUN: %boogie -noVerify "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +type T, U; +type V; + +function f([U,V]T, int) returns (U); +function g(x: [U,V]T, y: int) returns (z: U); +function h([U,V]T: int, y: int) returns (z: U); // parse error +function k(T: int, y: int) returns (U: [any]int); +function l(x) returns (int); // resolve error -- cgit v1.2.3