Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 3f97919

Browse files
author
Juanjo Alvarez
committed
Fixed all (?) reproducibility problems for fixtures
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 0443e42 commit 3f97919

186 files changed

Lines changed: 4020 additions & 1751660 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

driver/fixtures/fixtures_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Suite = &fixtures.Suite{
2020
return native.NewDriverAt(filepath.Join(projectRoot, "build/bin/native"), native.UTF8)
2121
},
2222
Transforms: normalizer.Transforms,
23-
BenchName: "huge",
23+
BenchName: "dynamic_cast",
2424
Semantic: fixtures.SemanticConfig{
2525
BlacklistTypes: []string{
2626
// TODO: list native types that should be converted to semantic UAST

fixtures/_integration.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include <iostream>
2-
using namespace std;
32

43
int main()
54
{
6-
cout << "Hello, World!";
7-
return 0;
5+
std::cout << "Hello, World!";
86
}

0 commit comments

Comments
 (0)