From 218e4d3484fe62548063e0a8f467b231881846d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Czajka?= <62751+lukaszcz@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:09:59 +0200 Subject: [PATCH] Add newlines at end of JSON files (#2360) * Closes #2349 --- tests/VampIR/positive/Compilation/data/test001.json | 2 +- tests/VampIR/positive/Compilation/data/test002.json | 2 +- tests/VampIR/positive/Compilation/data/test003.json | 2 +- tests/VampIR/positive/Compilation/data/test004.json | 2 +- tests/VampIR/positive/Compilation/data/test005.json | 2 +- tests/VampIR/positive/Compilation/data/test006.json | 2 +- tests/VampIR/positive/Compilation/data/test007.json | 2 +- tests/VampIR/positive/Compilation/data/test008.json | 2 +- tests/VampIR/positive/Compilation/data/test009.json | 2 +- tests/VampIR/positive/Compilation/data/test010.json | 2 +- tests/VampIR/positive/Compilation/data/test011.json | 2 +- tests/VampIR/positive/Compilation/data/test012.json | 2 +- tests/VampIR/positive/Compilation/data/test013.json | 2 +- tests/VampIR/positive/Compilation/data/test014.json | 2 +- tests/VampIR/positive/Compilation/data/test015.json | 2 +- tests/VampIR/positive/Compilation/data/test016.json | 2 +- tests/VampIR/positive/Compilation/data/test017.json | 2 +- tests/VampIR/positive/Compilation/data/test018.json | 2 +- tests/VampIR/positive/Compilation/data/test019.json | 2 +- tests/VampIR/positive/Compilation/data/test020.json | 2 +- tests/VampIR/positive/Compilation/data/test021.json | 2 +- tests/VampIR/positive/Compilation/data/test022.json | 2 +- tests/VampIR/positive/Compilation/data/test023.json | 2 +- tests/VampIR/positive/Core/data/test001.json | 2 +- tests/VampIR/positive/Core/data/test002.json | 2 +- tests/VampIR/positive/Core/data/test003.json | 2 +- tests/VampIR/positive/Core/data/test004.json | 2 +- tests/VampIR/positive/Core/data/test005.json | 2 +- tests/VampIR/positive/Core/data/test006.json | 2 +- tests/VampIR/positive/Core/data/test007.json | 2 +- tests/VampIR/positive/Core/data/test008.json | 2 +- tests/VampIR/positive/Core/data/test009.json | 2 +- tests/VampIR/positive/Core/data/test010.json | 2 +- tests/VampIR/positive/Core/data/test011.json | 2 +- tests/VampIR/positive/Core/data/test012.json | 2 +- tests/VampIR/positive/Core/data/test013.json | 2 +- tests/VampIR/positive/Core/data/test014.json | 2 +- tests/VampIR/positive/Core/data/test015.json | 2 +- tests/VampIR/positive/Core/data/test016.json | 2 +- tests/VampIR/positive/Core/data/test017.json | 2 +- tests/VampIR/positive/Core/data/test018.json | 2 +- tests/VampIR/positive/Core/data/test019.json | 2 +- tests/VampIR/positive/Core/data/test020.json | 2 +- tests/VampIR/positive/Core/data/test021.json | 2 +- tests/VampIR/positive/Core/data/test022.json | 2 +- tests/VampIR/positive/Core/data/test023.json | 2 +- tests/VampIR/positive/Core/data/test024.json | 2 +- tests/VampIR/positive/Core/data/test025.json | 2 +- tests/VampIR/positive/Core/data/test026.json | 2 +- tests/VampIR/positive/Core/data/test027.json | 2 +- tests/VampIR/positive/Core/data/test028.json | 2 +- tests/VampIR/positive/Core/data/test029.json | 2 +- tests/VampIR/positive/translation/data/test001.json | 2 +- tests/VampIR/positive/translation/data/test002.json | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/tests/VampIR/positive/Compilation/data/test001.json b/tests/VampIR/positive/Compilation/data/test001.json index 6ef0da96e..d9fc9f8d5 100644 --- a/tests/VampIR/positive/Compilation/data/test001.json +++ b/tests/VampIR/positive/Compilation/data/test001.json @@ -1,4 +1,4 @@ { "x": "1", "out": "0" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test002.json b/tests/VampIR/positive/Compilation/data/test002.json index ead3e0237..3908ac17a 100644 --- a/tests/VampIR/positive/Compilation/data/test002.json +++ b/tests/VampIR/positive/Compilation/data/test002.json @@ -2,4 +2,4 @@ "a": "0", "b": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test003.json b/tests/VampIR/positive/Compilation/data/test003.json index cbbe35ab8..e6208e32e 100644 --- a/tests/VampIR/positive/Compilation/data/test003.json +++ b/tests/VampIR/positive/Compilation/data/test003.json @@ -2,4 +2,4 @@ "x": "0", "y": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test004.json b/tests/VampIR/positive/Compilation/data/test004.json index d36004b82..d8ac9dda2 100644 --- a/tests/VampIR/positive/Compilation/data/test004.json +++ b/tests/VampIR/positive/Compilation/data/test004.json @@ -4,4 +4,4 @@ "z": "0", "u": "2", "out": "32" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test005.json b/tests/VampIR/positive/Compilation/data/test005.json index df2b02ad4..7a9a36e30 100644 --- a/tests/VampIR/positive/Compilation/data/test005.json +++ b/tests/VampIR/positive/Compilation/data/test005.json @@ -2,4 +2,4 @@ "x": "3", "y": "5", "out": "8" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test006.json b/tests/VampIR/positive/Compilation/data/test006.json index ece0f4e05..cec342e94 100644 --- a/tests/VampIR/positive/Compilation/data/test006.json +++ b/tests/VampIR/positive/Compilation/data/test006.json @@ -2,4 +2,4 @@ "x": "1", "y": "0", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test007.json b/tests/VampIR/positive/Compilation/data/test007.json index d28d7ee51..3c79398e8 100644 --- a/tests/VampIR/positive/Compilation/data/test007.json +++ b/tests/VampIR/positive/Compilation/data/test007.json @@ -2,4 +2,4 @@ "a": "1", "b": "2", "out": "32" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test008.json b/tests/VampIR/positive/Compilation/data/test008.json index 1814a7b16..114a418d8 100644 --- a/tests/VampIR/positive/Compilation/data/test008.json +++ b/tests/VampIR/positive/Compilation/data/test008.json @@ -2,4 +2,4 @@ "x": "5", "y": "10", "out": "8" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test009.json b/tests/VampIR/positive/Compilation/data/test009.json index f32e690e5..7373f5d1f 100644 --- a/tests/VampIR/positive/Compilation/data/test009.json +++ b/tests/VampIR/positive/Compilation/data/test009.json @@ -3,4 +3,4 @@ "b": "2", "c": "0", "out": "9" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test010.json b/tests/VampIR/positive/Compilation/data/test010.json index 069ad4a6d..9501831f7 100644 --- a/tests/VampIR/positive/Compilation/data/test010.json +++ b/tests/VampIR/positive/Compilation/data/test010.json @@ -1,4 +1,4 @@ { "val": "1367", "out": "3" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test011.json b/tests/VampIR/positive/Compilation/data/test011.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Compilation/data/test011.json +++ b/tests/VampIR/positive/Compilation/data/test011.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test012.json b/tests/VampIR/positive/Compilation/data/test012.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Compilation/data/test012.json +++ b/tests/VampIR/positive/Compilation/data/test012.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test013.json b/tests/VampIR/positive/Compilation/data/test013.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Compilation/data/test013.json +++ b/tests/VampIR/positive/Compilation/data/test013.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test014.json b/tests/VampIR/positive/Compilation/data/test014.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Compilation/data/test014.json +++ b/tests/VampIR/positive/Compilation/data/test014.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test015.json b/tests/VampIR/positive/Compilation/data/test015.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Compilation/data/test015.json +++ b/tests/VampIR/positive/Compilation/data/test015.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test016.json b/tests/VampIR/positive/Compilation/data/test016.json index 197106695..426610bb3 100644 --- a/tests/VampIR/positive/Compilation/data/test016.json +++ b/tests/VampIR/positive/Compilation/data/test016.json @@ -2,4 +2,4 @@ "in1": "2", "in2": "4", "out": "11" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test017.json b/tests/VampIR/positive/Compilation/data/test017.json index 905a1a07a..91ed9dafb 100644 --- a/tests/VampIR/positive/Compilation/data/test017.json +++ b/tests/VampIR/positive/Compilation/data/test017.json @@ -1,4 +1,4 @@ { "x": "5", "out": "901" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test018.json b/tests/VampIR/positive/Compilation/data/test018.json index dbe0b0fd6..0908ffe29 100644 --- a/tests/VampIR/positive/Compilation/data/test018.json +++ b/tests/VampIR/positive/Compilation/data/test018.json @@ -1,4 +1,4 @@ { "in": "1367", "out": "3" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test019.json b/tests/VampIR/positive/Compilation/data/test019.json index cbbe35ab8..e6208e32e 100644 --- a/tests/VampIR/positive/Compilation/data/test019.json +++ b/tests/VampIR/positive/Compilation/data/test019.json @@ -2,4 +2,4 @@ "x": "0", "y": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test020.json b/tests/VampIR/positive/Compilation/data/test020.json index 04b39e1e5..86c7184e8 100644 --- a/tests/VampIR/positive/Compilation/data/test020.json +++ b/tests/VampIR/positive/Compilation/data/test020.json @@ -1,4 +1,4 @@ { "n": "9", "b": "0" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test021.json b/tests/VampIR/positive/Compilation/data/test021.json index 871974edc..13cd99d76 100644 --- a/tests/VampIR/positive/Compilation/data/test021.json +++ b/tests/VampIR/positive/Compilation/data/test021.json @@ -2,4 +2,4 @@ "in1": "5", "in2": "3", "out": "125" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test022.json b/tests/VampIR/positive/Compilation/data/test022.json index a29efad2f..8cc44f1fe 100644 --- a/tests/VampIR/positive/Compilation/data/test022.json +++ b/tests/VampIR/positive/Compilation/data/test022.json @@ -2,4 +2,4 @@ "in1": "5", "in2": "9", "out": "1953125" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Compilation/data/test023.json b/tests/VampIR/positive/Compilation/data/test023.json index d15f25fe3..a9ae44975 100644 --- a/tests/VampIR/positive/Compilation/data/test023.json +++ b/tests/VampIR/positive/Compilation/data/test023.json @@ -2,4 +2,4 @@ "x": "1", "y": "2", "out": "4" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test001.json b/tests/VampIR/positive/Core/data/test001.json index 122addc06..014a6ab8e 100644 --- a/tests/VampIR/positive/Core/data/test001.json +++ b/tests/VampIR/positive/Core/data/test001.json @@ -1,4 +1,4 @@ { "in": "0", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test002.json b/tests/VampIR/positive/Core/data/test002.json index 75c8a675f..328407e15 100644 --- a/tests/VampIR/positive/Core/data/test002.json +++ b/tests/VampIR/positive/Core/data/test002.json @@ -2,4 +2,4 @@ "in1": "0", "in2": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test003.json b/tests/VampIR/positive/Core/data/test003.json index 75c8a675f..328407e15 100644 --- a/tests/VampIR/positive/Core/data/test003.json +++ b/tests/VampIR/positive/Core/data/test003.json @@ -2,4 +2,4 @@ "in1": "0", "in2": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test004.json b/tests/VampIR/positive/Core/data/test004.json index 75c8a675f..328407e15 100644 --- a/tests/VampIR/positive/Core/data/test004.json +++ b/tests/VampIR/positive/Core/data/test004.json @@ -2,4 +2,4 @@ "in1": "0", "in2": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test005.json b/tests/VampIR/positive/Core/data/test005.json index cf0f38591..fba8d5100 100644 --- a/tests/VampIR/positive/Core/data/test005.json +++ b/tests/VampIR/positive/Core/data/test005.json @@ -3,4 +3,4 @@ "in2": "2", "in3": "3", "out": "11" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test006.json b/tests/VampIR/positive/Core/data/test006.json index 2f38801f0..7a2723a48 100644 --- a/tests/VampIR/positive/Core/data/test006.json +++ b/tests/VampIR/positive/Core/data/test006.json @@ -4,4 +4,4 @@ "in3": "0", "in4": "2", "out": "32" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test007.json b/tests/VampIR/positive/Core/data/test007.json index 7cd018b6b..ca05c0463 100644 --- a/tests/VampIR/positive/Core/data/test007.json +++ b/tests/VampIR/positive/Core/data/test007.json @@ -2,4 +2,4 @@ "in1": "3", "in2": "5", "out": "8" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test008.json b/tests/VampIR/positive/Core/data/test008.json index 2e14fdf32..05e61b0c3 100644 --- a/tests/VampIR/positive/Core/data/test008.json +++ b/tests/VampIR/positive/Core/data/test008.json @@ -2,4 +2,4 @@ "in1": "1", "in2": "0", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test009.json b/tests/VampIR/positive/Core/data/test009.json index dab6069b0..114bff906 100644 --- a/tests/VampIR/positive/Core/data/test009.json +++ b/tests/VampIR/positive/Core/data/test009.json @@ -3,4 +3,4 @@ "in2": "0", "in3": "1", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test010.json b/tests/VampIR/positive/Core/data/test010.json index 9442a1e38..53e1dcd62 100644 --- a/tests/VampIR/positive/Core/data/test010.json +++ b/tests/VampIR/positive/Core/data/test010.json @@ -2,4 +2,4 @@ "in1": "1", "in2": "2", "out": "40" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test011.json b/tests/VampIR/positive/Core/data/test011.json index 5f0ff40a4..0df320dcd 100644 --- a/tests/VampIR/positive/Core/data/test011.json +++ b/tests/VampIR/positive/Core/data/test011.json @@ -3,4 +3,4 @@ "in2": "6", "in3": "10", "out": "8" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test012.json b/tests/VampIR/positive/Core/data/test012.json index 770db76e5..de6888898 100644 --- a/tests/VampIR/positive/Core/data/test012.json +++ b/tests/VampIR/positive/Core/data/test012.json @@ -2,4 +2,4 @@ "in1": "7", "in2": "3", "out": "5" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test013.json b/tests/VampIR/positive/Core/data/test013.json index dbe0b0fd6..0908ffe29 100644 --- a/tests/VampIR/positive/Core/data/test013.json +++ b/tests/VampIR/positive/Core/data/test013.json @@ -1,4 +1,4 @@ { "in": "1367", "out": "3" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test014.json b/tests/VampIR/positive/Core/data/test014.json index 3cf524f3a..d39d2a359 100644 --- a/tests/VampIR/positive/Core/data/test014.json +++ b/tests/VampIR/positive/Core/data/test014.json @@ -1,4 +1,4 @@ { "in": "100", "out": "5050" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test015.json b/tests/VampIR/positive/Core/data/test015.json index 3cf524f3a..d39d2a359 100644 --- a/tests/VampIR/positive/Core/data/test015.json +++ b/tests/VampIR/positive/Core/data/test015.json @@ -1,4 +1,4 @@ { "in": "100", "out": "5050" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test016.json b/tests/VampIR/positive/Core/data/test016.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Core/data/test016.json +++ b/tests/VampIR/positive/Core/data/test016.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test017.json b/tests/VampIR/positive/Core/data/test017.json index 781da5a8c..b23538f4f 100644 --- a/tests/VampIR/positive/Core/data/test017.json +++ b/tests/VampIR/positive/Core/data/test017.json @@ -1,4 +1,4 @@ { "in": "10", "out": "55" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test018.json b/tests/VampIR/positive/Core/data/test018.json index 3cf524f3a..d39d2a359 100644 --- a/tests/VampIR/positive/Core/data/test018.json +++ b/tests/VampIR/positive/Core/data/test018.json @@ -1,4 +1,4 @@ { "in": "100", "out": "5050" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test019.json b/tests/VampIR/positive/Core/data/test019.json index 84926ee63..74f8c794a 100644 --- a/tests/VampIR/positive/Core/data/test019.json +++ b/tests/VampIR/positive/Core/data/test019.json @@ -1,4 +1,4 @@ { "in": "2", "out": "11" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test020.json b/tests/VampIR/positive/Core/data/test020.json index 3cf524f3a..d39d2a359 100644 --- a/tests/VampIR/positive/Core/data/test020.json +++ b/tests/VampIR/positive/Core/data/test020.json @@ -1,4 +1,4 @@ { "in": "100", "out": "5050" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test021.json b/tests/VampIR/positive/Core/data/test021.json index 35328a873..b6877a8d6 100644 --- a/tests/VampIR/positive/Core/data/test021.json +++ b/tests/VampIR/positive/Core/data/test021.json @@ -2,4 +2,4 @@ "in1": "1", "in2": "2", "out": "2" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test022.json b/tests/VampIR/positive/Core/data/test022.json index 057df3d8c..c63c50b84 100644 --- a/tests/VampIR/positive/Core/data/test022.json +++ b/tests/VampIR/positive/Core/data/test022.json @@ -2,4 +2,4 @@ "in1": "5", "in2": "10", "out": "901" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test023.json b/tests/VampIR/positive/Core/data/test023.json index e88f7c8f6..f353aacb6 100644 --- a/tests/VampIR/positive/Core/data/test023.json +++ b/tests/VampIR/positive/Core/data/test023.json @@ -5,4 +5,4 @@ "in4": "7", "in5": "13", "out": "18" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test024.json b/tests/VampIR/positive/Core/data/test024.json index 800ba6e0e..e85355378 100644 --- a/tests/VampIR/positive/Core/data/test024.json +++ b/tests/VampIR/positive/Core/data/test024.json @@ -2,4 +2,4 @@ "in1": "2", "in2": "3", "out": "1" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test025.json b/tests/VampIR/positive/Core/data/test025.json index dbe0b0fd6..0908ffe29 100644 --- a/tests/VampIR/positive/Core/data/test025.json +++ b/tests/VampIR/positive/Core/data/test025.json @@ -1,4 +1,4 @@ { "in": "1367", "out": "3" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test026.json b/tests/VampIR/positive/Core/data/test026.json index 3ccda2963..a493811cc 100644 --- a/tests/VampIR/positive/Core/data/test026.json +++ b/tests/VampIR/positive/Core/data/test026.json @@ -4,4 +4,4 @@ "in3": "10", "in4": "100", "out": "6295" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test027.json b/tests/VampIR/positive/Core/data/test027.json index 8027a7b6d..7d69dd7ca 100644 --- a/tests/VampIR/positive/Core/data/test027.json +++ b/tests/VampIR/positive/Core/data/test027.json @@ -1,4 +1,4 @@ { "in": "2", "out": "9" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test028.json b/tests/VampIR/positive/Core/data/test028.json index e48614300..02f47570e 100644 --- a/tests/VampIR/positive/Core/data/test028.json +++ b/tests/VampIR/positive/Core/data/test028.json @@ -2,4 +2,4 @@ "in1": "3", "in2": "7", "out": "100" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/Core/data/test029.json b/tests/VampIR/positive/Core/data/test029.json index f27b777a6..3a087ef20 100644 --- a/tests/VampIR/positive/Core/data/test029.json +++ b/tests/VampIR/positive/Core/data/test029.json @@ -2,4 +2,4 @@ "in1": "3", "in2": "7", "out": "120" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/translation/data/test001.json b/tests/VampIR/positive/translation/data/test001.json index 5a7c7efb6..7a7b9f226 100644 --- a/tests/VampIR/positive/translation/data/test001.json +++ b/tests/VampIR/positive/translation/data/test001.json @@ -1,4 +1,4 @@ { "in": "3", "out": "45" -} \ No newline at end of file +} diff --git a/tests/VampIR/positive/translation/data/test002.json b/tests/VampIR/positive/translation/data/test002.json index 59b07273e..c9e09bbf7 100644 --- a/tests/VampIR/positive/translation/data/test002.json +++ b/tests/VampIR/positive/translation/data/test002.json @@ -2,4 +2,4 @@ "in1": "3", "in2": "4", "out": "7" -} \ No newline at end of file +}