From 2631ded7e934a667b87145aea8d5a47b95559771 Mon Sep 17 00:00:00 2001 From: gusthoff Date: Sun, 13 Oct 2024 13:32:48 +0200 Subject: [PATCH] Editorial change: correcting Sphinx class --- content/courses/advanced-ada/parts/data_types/records.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/courses/advanced-ada/parts/data_types/records.rst b/content/courses/advanced-ada/parts/data_types/records.rst index 7ae87e89a..c1d2fd22a 100644 --- a/content/courses/advanced-ada/parts/data_types/records.rst +++ b/content/courses/advanced-ada/parts/data_types/records.rst @@ -2971,7 +2971,7 @@ value of the :ada:`State` discriminant, it can be either a null record (when Let's look at a test application for the :ada:`Devices` package: .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Records.Variant_Parts.Simple_Device - :class: ada-expect-compile-error + :class: ada-run-expect-failure with Devices; use Devices; @@ -3351,7 +3351,7 @@ Let's create a test application called :ada:`Show_Device` that makes use of this device by turning it on and off, and by retrieving information from it: .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Records.Variant_Parts.Device - :class: ada-expect-compile-error + :class: ada-run-expect-failure with Devices; use Devices;