From 31733f7dc440540c54ca69d674acab8a1bd2b1aa Mon Sep 17 00:00:00 2001 From: "Robert L. Bocchino Jr" Date: Mon, 11 Mar 2024 19:11:20 -0700 Subject: [PATCH] Revise fpp-to-cpp tests Remove NATIVE_INT_TYPE from handwritten code --- .../tools/fpp-to-cpp/test/top/check-cpp-dir/Basic/Active.hpp | 2 +- compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/C.hpp | 2 +- .../tools/fpp-to-cpp/test/top/check-cpp-dir/Health/Health.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Basic/Active.hpp b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Basic/Active.hpp index 25b6116a0..faf5b9332 100644 --- a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Basic/Active.hpp +++ b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Basic/Active.hpp @@ -35,7 +35,7 @@ namespace M { } - void p_handler(NATIVE_INT_TYPE portNum) { + void p_handler(FwIndexType portNum) { } diff --git a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/C.hpp b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/C.hpp index f0550f9e9..d23a0aaed 100644 --- a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/C.hpp +++ b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/C.hpp @@ -19,7 +19,7 @@ namespace M { } - virtual void pingIn_handler(NATIVE_INT_TYPE portNum) { + virtual void pingIn_handler(FwIndexType portNum) { } diff --git a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/Health.hpp b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/Health.hpp index f7fea1673..7d10874ea 100644 --- a/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/Health.hpp +++ b/compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/Health/Health.hpp @@ -25,7 +25,7 @@ namespace Svc { } - virtual void pingIn_handler(NATIVE_INT_TYPE portNum) { + virtual void pingIn_handler(FwIndexType portNum) { }