From e3d606d12746a567d8d2bfa31dbd90915df8f65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 20 Aug 2019 22:00:35 +0200 Subject: [PATCH] Try to fix Travis --- samples/AssignmentAddressToInteger/out.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/AssignmentAddressToInteger/out.txt b/samples/AssignmentAddressToInteger/out.txt index 7fc3c9d27..32ff2ca32 100644 --- a/samples/AssignmentAddressToInteger/out.txt +++ b/samples/AssignmentAddressToInteger/out.txt @@ -1,3 +1,3 @@ -samples\AssignmentAddressToInteger\bad.c:3:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] +samples\AssignmentAddressToInteger\bad.c:3:11: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger] int a = p; -^ + ^