From e20230ea5114b079b7b056ee42b6324a444f80a1 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 3 Jan 2024 18:12:27 -0700 Subject: [PATCH] Update R24 test case diff --- results/diffs/R24.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/results/diffs/R24.txt b/results/diffs/R24.txt index 07a99d2..88e5a2a 100644 --- a/results/diffs/R24.txt +++ b/results/diffs/R24.txt @@ -1,22 +1,22 @@ diff --git a/RefactorTest/Rename.cpp b/RefactorTest/Rename.cpp -index 2d7e3d4..edc4dde 100644 +index e83a77c..91a958c 100644 --- a/RefactorTest/Rename.cpp +++ b/RefactorTest/Rename.cpp -@@ -8,7 +8,7 @@ +@@ -10,7 +10,7 @@ // updates all references to the modified element. // #TEST#: R24 Rename this macro -#define MACRO_NO_ARGS 3.14159f -+#define Goink 3.14159f ++#define GOINK 3.14159f // #TEST#: R25 Rename the macro argument x_ from declaration // #TEST#: R99 Rename the macro argument x_ from usage -@@ -280,7 +280,7 @@ void TestRename() +@@ -596,7 +596,7 @@ void TestRename() // #TEST#: R23 rename the variable Y::x int y = test2.Operation() + X::x + X::y + Y::x; - float x = MACRO_NO_ARGS; -+ float x = Goink; ++ float x = GOINK; x = MACRO_ONE_ARG(2.0f); {