mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-15 19:31:03 +00:00
Add all of the platforms that we support
This commit is contained in:
@@ -28,11 +28,11 @@ pub enum PlatformIdentifier {
|
||||
/// The kitchensink node with the PolkaVM backend with the resolc compiler.
|
||||
KitchensinkPolkavmResolc,
|
||||
/// The kitchensink node with the REVM backend with the solc compiler.
|
||||
KitchensinkREVMSolc,
|
||||
KitchensinkRevmSolc,
|
||||
/// The revive dev node with the PolkaVM backend with the resolc compiler.
|
||||
ReviveDevNodePolkavmResolc,
|
||||
/// The revive dev node with the REVM backend with the solc compiler.
|
||||
ReviveDevNodeREVMSolc,
|
||||
ReviveDevNodeRevmSolc,
|
||||
}
|
||||
|
||||
/// An enum of the platform identifiers of all of the platforms supported by this framework.
|
||||
|
||||
Reference in New Issue
Block a user