~ubuntu-branches/ubuntu/wily/tcc/wily

« back to all changes in this revision

Viewing changes to tests/tests2/02_printf.expect

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2015-09-27 08:17:02 UTC
  • mfrom: (17.1.16 wily-proposed)
  • Revision ID: package-import@ubuntu.com-20150927081702-utgd126t8647rcp0
Tags: 0.9.27~git20140923.9d7fb33-3ubuntu1
Disable stack protection on i386 to avoid FTBFS with
undefined symbol '__stack_chk_fail_local' (LP: #1500147).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Hello world
 
2
Count = -5
 
3
Count = -4
 
4
Count = -3
 
5
Count = -2
 
6
Count = -1
 
7
Count = 0
 
8
Count = 1
 
9
Count = 2
 
10
Count = 3
 
11
Count = 4
 
12
Count = 5
 
13
String 'hello', 'there' is 'hello', 'there'
 
14
Character 'A' is 'A'
 
15
Character 'a' is 'a'