Skip to content

Commit a390a14

Browse files
joaomariolagopatrickelectric
authored andcommitted
tests/fixtures: Match PI const to std value
1 parent 9f0302f commit a390a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/consts.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enum Status {
55
};
66

77
const long MAX_CLIENTS = 42;
8-
const double PI = 3.1415;
8+
const double PI = 3.141592653589793;
99
const boolean FEATURE_FLAG = TRUE;
1010
const char NEWLINE = '\n';
1111
const string PRODUCT = "Blueberry";

0 commit comments

Comments
 (0)