Changeset 7a54d67 for tests/.expect/abs.txt
- Timestamp:
- May 16, 2019, 9:46:00 AM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f2e482cb
- Parents:
- 553772b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/abs.txt
r553772b r7a54d67 3 3 signed long int -65 abs 65 4 4 signed long long int -65 abs 65 5 float -65 abs 656 double -65 abs 657 long double -65 abs 658 float _Complex -65 -2i abs 65.03089 double _Complex -65 -2i abs 65.030761951556410 long double _Complex -65 -2i abs 65.03076195155643425 float -65. abs 65. 6 double -65. abs 65. 7 long double -65. abs 65. 8 float _Complex -65.-2.i abs 65.0308 9 double _Complex -65.-2.i abs 65.0307619515564 10 long double _Complex -65.-2.i abs 65.0307619515564342
Note: See TracChangeset
for help on using the changeset viewer.