Skip to content

Commit 98cf1ad

Browse files
Vladislav Kaluginladisgin
Vladislav Kalugin
authored andcommitted
update KLEE, revert timelimits
1 parent c312f4d commit 98cf1ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/test/framework/Syntax_Tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ namespace {
19801980
}
19811981

19821982
TEST_F(Syntax_Test, sort_list) {
1983-
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 600);
1983+
auto [testGen, status] = createTestForFunction(linked_list_c, 104);
19841984

19851985
ASSERT_TRUE(status.ok()) << status.error_message();
19861986

@@ -2002,7 +2002,7 @@ namespace {
20022002
}
20032003

20042004
TEST_F(Syntax_Test, sort_list_with_cmp) {
2005-
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 600);
2005+
auto [testGen, status] = createTestForFunction(linked_list_c, 135);
20062006

20072007
ASSERT_TRUE(status.ok()) << status.error_message();
20082008

0 commit comments

Comments
 (0)